compile keras model
Compile Keras Models -- nnvm 0.8.0 documentation
This article is an introductory tutorial to deploy keras models with NNVM. For us to begin with, keras should be installed. Tensorflow is also required since it's used as the default backend of keras. A quick solution is to install via pip pip install -U keras --user pip install -U tensorflow --user or please refer to official site https://keras.io/#installation We load a pretrained resnet-50 classification model provided by keras.